Conversation
When the user copies an image and presses the clipboard paste key, commit it to the target app using Android's commitContent API. Shows a toast if the editor doesn't support the MIME type. Text pasting continues to work as before. Signed-off-by: slonka <slonka@users.noreply.github.com>
Signed-off-by: slonka <slonka@users.noreply.github.com>
d3b60d1 to
3a4edca
Compare
Signed-off-by: slonka <slonka@users.noreply.github.com>
|
@Helium314 can I get a review of this? |
|
@slonka, get in line 🙂 |
|
@slonka my main issue is lack of time for all the things that should be done, that's why I put "Due to maintainer availability, your PR may take quite some time to be addressed" in the PR template. I certainly intend to review, and I know that review soon after PR is done is much better than waiting for months first. But each one of PRs, gesture typing project, issues, or discussions / help is enough to completely fill my available time on its own. So sorry, but you will likely need to wait for a few more weeks. |
Adds support for pasting images from the system clipboard via
commitContent.InputConnectionCompat.commitContentPart of #490 (second part will be history)